Topics Covered
-
Html: Form Validation
Learn how to validate user input in HTML forms using built-in attributes and best practices.
-
Html: Form Submission
Understand how form data is submitted and processed in HTML, including GET and POST methods.
-
Html: Login
Create a simple login form and explore basic authentication concepts in HTML.
-
Html: Media
Embed images, audio, and video in your web pages using HTML media elements.
-
Html: Register
Build a registration form to collect user information with various input types.
-
Html: Table
Design and style tables for displaying structured data in HTML.
-
Html: Website
Combine HTML elements to create a basic multi-page website layout.
-
JavaScript: parseInt(), parseFloat(), Date()
Introduction to JavaScript functions for parsing numbers and working with dates.